home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
07511000
/
var0951.dms
/
var0951.adf
/
AZap
/
Install.script
< prev
next >
Wrap
Text File
|
1978-01-09
|
1KB
|
53 lines
; Script file to install reqtools.library
FailAt 20
set ver13 "38.362"
set ver20 "38.810"
Echo ""
Echo "reqtools.library Installation Script"
Echo ""
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Version >NIL: exec.library 37
If NOT WARN
Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
Ask "Install special Kickstart 2.0 version of reqtools.library ($ver20) ?"
If WARN
Copy kick20/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library (OS 2.0 version) copied to your Libs: directory."
Avail >NIL: FLUSH
Skip INSTALLED
EndIf
EndIf
Ask "Install Kickstart 1.2/1.3 version of reqtools.library ($ver13) ?"
If NOT WARN
Skip Aborted
EndIf
Copy kick13/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library (OS 1.3 version) copied to your Libs: directory."
Lab INSTALLED
Echo "Installation complete.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 3
EndCLI >NIL: